home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mebbs / MEBBSNet_Demo.lha / Disks / MEBBSNet Pro Disk 2 / Scripts / Transi.SCP < prev   
Text File  |  1995-02-26  |  831b  |  27 lines

  1. ; This script will start MEBBSFL and subsequently start
  2. ;; the ARexx script, MFLMakeList.REXX
  3. ;;
  4. ;; It is recommended that the use of ARexx commands for large bulk uploads
  5. ;; be avoided during mail hour transitions.
  6. ;; Use it instead for daily maintenance where you want to keep
  7. ;; everything clean.
  8. ;;
  9. changetaskpri -1
  10. run mebbsnet:c/MEBBSFL -h
  11. wait 2
  12. rx MEBBSNet:scripts/MFLMakeList
  13. wait 2
  14. convert MEBBSnet:freqs/files.txt
  15. ;;
  16. ;; Convert will make text files legible to MS DOS users who require
  17. ;; a ^M at the end of each line in addition to the newline.  It doesn't
  18. ;; affect the ability of AmigaDOS to read the file but is required by
  19. ;; MS DOS.
  20. ;;
  21. delete MEBBSNet:freqs/files.txt
  22. rename MEBBSnet:freqs/files.txt.cvt MEBBSnet:freqs/Files.TXT
  23. Frekit -q
  24. ;;
  25. ;;
  26. lharc u bbsfiles:textfiles/MEBBSFL.LZH bbsfiles:textfiles/MEBBSFL.TXT
  27.